From 1961062b0dc72ef0136a0a1b0e2c019bc56af905 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 17 Jan 2004 22:13:05 +0000 Subject: [PATCH] Add geoniche test cases. --- gpsbabel/reference/geoniche.pdb | Bin 0 -> 1422 bytes gpsbabel/testo | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 gpsbabel/reference/geoniche.pdb diff --git a/gpsbabel/reference/geoniche.pdb b/gpsbabel/reference/geoniche.pdb new file mode 100644 index 0000000000000000000000000000000000000000..0c8ba057677bb0d243b03a2e2c5c1e431a9d9726 GIT binary patch literal 1422 zcma)+&2rN)6op+VzfYkRY=kYzwq&s^O;VUP1QKA2QdC=0SI*c@XZ$woc?Fg%c?e#D z4J)paI0-+ktx0@rDRa-4qbryCLYLZ}>mb#IHRqZ37oX!`a18+ zdPB0P{JW|%czO1^_@l5}2SZEO*k(NY~xNjymRo?ou zC=z&@HBT#aV%DuXG^HN8d~`XmDV&n_*Z@T$TnMgF6Cwqy^~&S+`a2fRIUbq1Zr&|+ z4HBRasATAheS1+J$ G5AQdfnrKJ> literal 0 HcmV?d00001 diff --git a/gpsbabel/testo b/gpsbabel/testo index 502024048..0ac00b38b 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -460,4 +460,14 @@ ${DIFF} ${TMPDIR}/reverse1.arc ${TMPDIR}/reverse2.arc > /dev/null && { exit 1 } +# +# Geoniche: No referene file was available, so we created one and just +# test it against itself. +# +rm -f ${TMPDIR}/gn.pdb ${TMPDIR}/1.gpx ${TMPDIR}/2.gpx +${PNAME} -i geoniche -f reference/geoniche.pdb -o geoniche -F ${TMPDIR}/gn.pdb +${PNAME} -i geoniche -f reference/geoniche.pdb -o gpx -F ${TMPDIR}/1.gpx +${PNAME} -i geoniche -f ${TMPDIR}/gn.pdb -o gpx -F ${TMPDIR}/2.gpx +${DIFF} ${TMPDIR}/1.gpx ${TMPDIR}/2.gpx + exit 0 -- 2.30.2